This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
I use this in the Postopen event in the user's mail database to ensure Recent Contacts is kept clear . . .
Dim contactsdb As New NotesDatabase("","names.nsf")
Set recconview=contactsdb.GetView("(Recent Contacts)")
Set contactdoc=recconview.GetFirstDocument
Do While Not contactdoc Is Nothing
Call contactdoc.Remove(False)
Set contactdoc=recconview.GetFirstDocument
Loop
Feedback response number WEBB7P5P7U created by ~Judy Kinisonli on 02/10/2009